projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b993acf
)
gtkprintbackendfile: Correct PostScript capitalization
author
Piotr Drąg
<piotrdrag@gmail.com>
Fri, 30 Dec 2016 18:25:22 +0000
(19:25 +0100)
committer
Piotr Drąg
<piotrdrag@gmail.com>
Mon, 2 Jan 2017 15:20:29 +0000
(16:20 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=776627
modules/printbackends/file/gtkprintbackendfile.c
patch
|
blob
|
history
diff --git
a/modules/printbackends/file/gtkprintbackendfile.c
b/modules/printbackends/file/gtkprintbackendfile.c
index 6d98d0f7d5e5c8ce66dec8ed2a04f92d8670cd8a..4f479fb6ce7a07353d768fd6bf2274372fbb5477 100644
(file)
--- a/
modules/printbackends/file/gtkprintbackendfile.c
+++ b/
modules/printbackends/file/gtkprintbackendfile.c
@@
-660,7
+660,7
@@
file_printer_get_options (GtkPrinter *printer,
GtkPrinterOption *option;
const gchar *n_up[] = {"1", "2", "4", "6", "9", "16" };
const gchar *pages_per_sheet = NULL;
- const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("Post
s
cript"), N_("SVG") };
+ const gchar *format_names[N_FORMATS] = { N_("PDF"), N_("Post
S
cript"), N_("SVG") };
const gchar *supported_formats[N_FORMATS];
gchar *display_format_names[N_FORMATS];
gint n_formats = 0;